chore: fixes issue with pull redirection#39478
Conversation
WalkthroughThe changes update the pull request handling for Git by expanding the response data structure. A new Changes
Sequence Diagram(s)sequenceDiagram
participant C as Client
participant PS as Pull Saga
participant GS as Git Service
participant PA as Pull Action
C->>PS: Initiate pull request
PS->>GS: Send pull request
GS-->>PS: Return response { artifact: ... }
PS->>PA: Dispatch success action with artifact
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (3)
⏰ Context from checks skipped due to timeout of 90000ms (5)
🔇 Additional comments (3)
✨ Finishing Touches
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
## Description Issue with pull redirection - When a git repository has changes in remote, the user is able to pull the changes from remote. But once the changes are pulled, the application is not redirecting properly. The issue was caused after merging modularisation related fixes to release Fixes #39460 ## Automation /ok-to-test tags="@tag.Git" ### 🔍 Cypress test results <!-- This is an auto-generated comment: Cypress test results --> > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: <https://github.com/appsmithorg/appsmith/actions/runs/13567103097> > Commit: 064f918 > <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=13567103097&attempt=1" target="_blank">Cypress dashboard</a>. > Tags: `@tag.Git` > Spec: > <hr>Thu, 27 Feb 2025 14:02:58 UTC <!-- end of auto-generated comment: Cypress test results --> ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [ ] No <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Enhanced Git integration to include more focused artifact information in pull request responses. - **Refactor** - Streamlined the processing of pull request success data to improve efficiency and precision in handling Git artifacts. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
chore: fixes issue with pull redirection (#39478)
## Description Issue with pull redirection - When a git repository has changes in remote, the user is able to pull the changes from remote. But once the changes are pulled, the application is not redirecting properly. The issue was caused after merging modularisation related fixes to release Fixes appsmithorg#39460 ## Automation /ok-to-test tags="@tag.Git" ### 🔍 Cypress test results <!-- This is an auto-generated comment: Cypress test results --> > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: <https://github.com/appsmithorg/appsmith/actions/runs/13567103097> > Commit: 064f918 > <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=13567103097&attempt=1" target="_blank">Cypress dashboard</a>. > Tags: `@tag.Git` > Spec: > <hr>Thu, 27 Feb 2025 14:02:58 UTC <!-- end of auto-generated comment: Cypress test results --> ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [ ] No <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Enhanced Git integration to include more focused artifact information in pull request responses. - **Refactor** - Streamlined the processing of pull request success data to improve efficiency and precision in handling Git artifacts. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Description
Issue with pull redirection - When a git repository has changes in remote, the user is able to pull the changes from remote. But once the changes are pulled, the application is not redirecting properly.
The issue was caused after merging modularisation related fixes to release
Fixes #39460
Automation
/ok-to-test tags="@tag.Git"
🔍 Cypress test results
Tip
🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/13567103097
Commit: 064f918
Cypress dashboard.
Tags:
@tag.GitSpec:
Thu, 27 Feb 2025 14:02:58 UTC
Communication
Should the DevRel and Marketing teams inform users about this change?
Summary by CodeRabbit